EXIT PROMPT

This command will create a message box when the application exits.

  Syntax
EXIT PROMPT Message String, Caption String
  Parameters
Message String
String
You can specify the text for the title and the text area of the message box. You can use this command to prompt that your application is a demo version or use it to report debug information in your standalone executables
Caption String
String
This value is a string value encased in speech marks.

  Returns

This command does not return a value.

  Description

You can specify the text for the title and the text area of the message box. You can use this command to prompt that your application is a demo version or use it to report debug information in your standalone executables.

  Example Code
rem Set an exit prompt
exit prompt "Exit","Prompt"
print "Done. Kit Any Key"
wait key
do
loop
end
  See also

SYSTEM Commands Menu
Index